diff options
| author | Joe Carstairs <me@joeac.net> | 2025-02-14 07:16:39 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-02-14 07:16:39 +0000 |
| commit | 12dab85fcd1d3d30e59cdcc57096bbe3978ca729 (patch) | |
| tree | 596addf4f2ec49b044239e53c61dcff1b4cb7e97 /src/pages/[locale] | |
| parent | a72614f4d12c32dd2fdc7ed7b01fc7ca9ee7edcf (diff) | |
Close Sangschaw
Diffstat (limited to 'src/pages/[locale]')
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 61d38e2..796bf59 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -16,11 +16,6 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> - <section> - <h2 set:html={t(tPage, { key: 'sangschaw' })} /> - <p set:html={t(tPage, { key: 'sangschaw-para-1' })} /> - </section> - <section id="about"> <h2 set:html={t(tPage, { key: 'about-us' })} /> <p set:html={t(tPage, { key: 'about-us-para-1' })} /> |
